CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c rsa

搜索资源列表

  1. 1024RSA

    0下载:
  2. 支持大整数的RSA算法,还可以自动生成随机大素数-Support for large integer RSA algorithm, can also automatically generate random large prime numbers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:63056
    • 提供者:
  1. RSA_CS

    0下载:
  2. C#的RSA加密解密算法程序,罗宾-米勒素数检验法,学信息安全的同学可以拿去-CSharp the RSA algorithm for encryption and decryption procedures, Robin- Miller, prime number test, students learn information security can be taken away
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:196331
    • 提供者:jiuhuajian
  1. c_rsa

    0下载:
  2. 采用C语言实现了RSA算法,演示了加密和解密。可以用于保护软件。-Adopt C language to realize RSA algorithm, has demonstrated that encrypts and deciphers. Can be used for protecting the software.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1184
    • 提供者:daxie
  1. myrsa

    0下载:
  2. rsa 算法demo,包含取素数、加密、解密函数。用于快速学习和掌握rsa算法,可以单独直接编译,有界面。-rsa demo for study. written in c++, please use c++ builder to compile it.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7912
    • 提供者:fast man
  1. RSAencryptonC

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3770978
    • 提供者:w
  1. RSA

    0下载:
  2. RSA算法实现,Visual C++实现-RSA algorithm, Visual C++ to achieve ..
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3675606
    • 提供者:anny
  1. RSA

    0下载:
  2. this program is written in c.... and it imlements RSA encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7299
    • 提供者:shru
  1. DES_C

    0下载:
  2. 用C语言编译的DES加解密程序 望大家指教-C language compiler to use the DES encryption and decryption process we hope that advice
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:594620
    • 提供者:许奇龙
  1. rsa

    0下载:
  2. 一个简单的RSA数字签名,语言c++。 希望对大家有点用-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:59057
    • 提供者:lzy
  1. cppfrance_MINI-RSA-CRYPTAGE-ASYMETRIQUE___Page.zi

    0下载:
  2. le code cryptage RSA en c-le code cryptage RSA en c++
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:7400
    • 提供者:khalil
  1. GarDa.667d76ca

    0下载:
  2. Win 32 api visual studio 8 C++ Packer and unpacker exe zip compress Win api RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5825932
    • 提供者:Jishou123
  1. BasicRSA_latest.tar

    0下载:
  2. RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5200
    • 提供者:nb
  1. rsa

    0下载:
  2. 一般的RSA演算过程,是在C环境下开发的,为解决加解密问题而开发。-General process of RSA algorithm is developed under the C environment, in order to solve the problem of the development of encryption and decryption.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1495
    • 提供者:唐苗
  1. 4534455RSAvb

    0下载:
  2. rsa算法C++实现,实现RSA算法,密码强度1024 rsa加密/解密算法实现源码与例子 -rsa algorithm for C++ to achieve, the realization of RSA algorithm, the password strength of 1024 rsa encryption/decryption algorithm and source code examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:21993
    • 提供者:易守旺
  1. RSA_Montgomery

    0下载:
  2. 基于蒙哥马利算法的RSA c++实现 经验证正确可用-Implement RSA based on Montgomery Modular Exponentation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:18415
    • 提供者:hut
  1. RSA

    0下载:
  2. 本文详述了RSA算法和用C语言实现RSA算法的理论,以及它们在实际应用中的实现。-This article details the RSA algorithm and the use of C language realization of RSA algorithm theory, as well as their practical application in the realization.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:17546
    • 提供者:赵文娟
  1. encrypt_lib

    0下载:
  2. 几百种加密算法库,包括rsa,base64等等。-Hundreds of encryption algorithms library
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:692658
    • 提供者:王斌
  1. RSA

    0下载:
  2. rsa encryption in c language
  3. 所属分类:CA program

    • 发布日期:2017-04-25
    • 文件大小:20302
    • 提供者:sayan.maji
  1. ed

    0下载:
  2. rsa c 代码 标准c语言实现 可以编译,可以运行
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:24916
    • 提供者:lh
  1. ZYBEncrypt

    0下载:
  2. 一些常见的C#加密解密类(MD5,RSA,DES,RC2...)包装集合.-Some common encryption and decryption of C# class (MD5, RSA, DES, RC2 ...) packaging collection.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:36162
    • 提供者:252
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com